.banner .swiper-pagination .my-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    margin: 0 5px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #d40902;
}

.main .prod .pd-box .pd-type-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 30px
}

.main .prod .pd-box .pd-type-list .type-item {
    width: calc(100% / 6 - 10px);
    margin: 5px
}

.main .prod .pd-box .pd-type-list .type-item a {
    width: 100%;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    background: #d40902;
    color: #ffffff
}

.main .prod .pd-box .pd-type-list .type-item:hover a {
    background-color: #ffa000
}

.main .prod .pd-box .pd-type-list .active a {
    background-color: #ffa000
}

.main .prod .pd-box .pd-list {
    margin-bottom: 20px
}

.main .prod .pd-box .pd-list .pd-li-item {
    display: none
}

.main .prod .pd-box .pd-list .pd-li-item .pd-li-child {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main .prod .pd-box .pd-list .pd-li-item .pd-li-child .pd-li-ch-item {
    flex-shrink: 0;
    width: calc(100% / 3 - 8px);
}

.main .prod .pd-box .pd-list .pd-li-item .pd-li-child .pd-li-ch-item a {
    width: 100%
}

.main .prod .pd-box .pd-list .pd-li-item .pd-li-child .pd-li-ch-item a .img-box {
    width: 100%;
    height: 240px;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    background: #fff;
}

.main .prod .pd-box .pd-list .pd-li-item .pd-li-child .pd-li-ch-item a .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .3s linear
}

.main .prod .pd-box .pd-list .pd-li-item .pd-li-child .pd-li-ch-item a p {
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 10px;
    transition: all .3s linear;
    margin-bottom:15px;
}

.main .prod .pd-box .pd-list .pd-li-item .pd-li-child .pd-li-ch-item:hover a .img-box img {
    opacity: 0.9;
} 

.main .prod .pd-box .pd-list .pd-li-item .pd-li-child .pd-li-ch-item:hover a p {
    color: #ffa000;
}

.main .prod .pd-box .pd-list .active {
    display: block
}

.main .ad {
    width: 100%;
    margin-bottom: 60px
}

.main .ad img {
    width: 100%
}

.main .case .case-item {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 5px;
    margin-bottom: 15px;
}

.main .case .case-item .img-box {
    width: 100%;
    height: 207px;
    overflow: hidden
}

.main .case .case-item .img-box img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .3s linear
}

.main .case .case-item .item-bot {
    height: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main .case .case-item .item-bot .name {
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 10px;
    transition: all .3s linear
}

.main .case .case-item:hover .img-box img {
    transform: scale(1.03)
}

.main .case .case-item:hover .item-bot .name {
    color: #ffa000
}

.main .case .case-bot .title-s {
    margin-top: 58px
}

.main .case .case-bot .title-s .main-name {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    line-height: 40px;
}

.main .case .case-bot .title-s .sub-name {
    color: #999;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    /* font-weight: bold; */
}

.main .case .case-bot .title-s img {
    display: block;
    margin: 20px auto
}

.main .case .case-intro-box {
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex
}

.main .case .case-intro-box .case-title {
    display: flex;
    margin-top: 40px
}

.main .case .case-intro-box .case-title .case-bot-num {
    width: 68px;
    height: 68px;
    flex-shrink: 0
}

.main .case .case-intro-box .case-title .case-bot-cont {
    margin-left: 30px
}

.main .case .case-intro-box .case-title .case-bot-cont .name {
    color: #424242;
    font-size: 35px;
    font-weight: 700
}



.main .case .case-intro-box .case-title .case-bot-cont .sub-name {
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 35px;
    text-transform: uppercase
}

.main .case .case-intro-box .case-cont {
    padding-top: 30px;
    font-size: 20px;
    color: #a0a0a0;
    font-weight: 400;
    line-height: 32px;
}

.main .case .case-intro-box:nth-child(2n) {
    flex-direction: row-reverse
}

.main .news {
    margin-bottom: 60px
}

.main .news .news-first .img-box {
    width: 100%;
    height: 290px;
    overflow: hidden
}

.main .news .news-first .img-box img {
    width: 100%;
    height: 100%
}

.main .news .news-first .first-bot {
    background: #fafafa;
    box-sizing: border-box;
    padding: 0 15px
}

.main .news .news-first .first-bot .name {
    color: #222;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main .news .news-first .first-bot .intro {
    font-size: 14px;
    border: none;
    color: #696969;
    height: 60px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main .news .news-list .news-item a {
    line-height: 40px
}

.main .news .news-list .news-item a .img-box {
    display: none
}

.main .news .news-list .news-item a .item-cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main .news .news-list .news-item a .item-cont .name {
    width: 80%;
    color: #222;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main .news .news-list .news-item a .item-cont .intro {
    display: none
}

.main .news .news-list .news-item a .item-cont .time {
    font-size: 14px;
    color: #999
}

.main .news .news-list .news-item:nth-child(1) {
    padding-bottom: 28px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 12px
}

.main .news .news-list .news-item:nth-child(1) a {
    display: flex
}

.main .news .news-list .news-item:nth-child(1) a .img-box {
    width: 148px;
    height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 24px;
    flex-shrink: 0;
    display: block
}

.main .news .news-list .news-item:nth-child(1) a .img-box img {
    width: 100%;
    height: 100%
}

.main .news .news-list .news-item:nth-child(1) a .item-cont {
    width: calc(100% - 172px);
    box-sizing: border-box;
    display: block
}

.main .news .news-list .news-item:nth-child(1) a .item-cont .name {
    width: 100%;
    color: #222;
    font-size: 18px;
    font-weight: bold
}

.main .news .news-list .news-item:nth-child(1) a .item-cont .intro {
    display: block;
    padding: 0;
    border: none;
    line-height: 26px;
    height: 78px;
    color: #747474;
    font-size: 14px;
    overflow: hidden
}

.main .news .news-list .news-item:nth-child(1) a .item-cont .time {
    display: none
}

.main .about .about-item {
    padding: 0;
    position: relative
}

.main .about .about-item .about-con {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 48px 70px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.main .about .about-item .about-con .name {
    color: #fff;
    font-size: 26px
}

.main .about .about-item .about-con .sub-name {
    color: #fff;
    font-size: 36px;
    font-weight: bold
}

.main .about .about-item .about-con .cont {
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    height: 145px;
    overflow: hidden
}

.main .about .about-item .about-con .btn {
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    border: #fff solid 1px;
    padding: 8px 15px
}

@media (max-width:1200px) {
    .banner .swiper-wrapper .swiper-slide a{
        width: 100%;
        height: 100%;
    }
    .banner .swiper-wrapper .swiper-slide a img {
        object-fit: cover;
        width: 100%;
        height: 100%
    }

    .main .news .news-list .news-item a .item-cont .name {
        width: 60%
    }

    .main .prod-m .prod-pagi {
        width: 100%;
        overflow: hidden;
        line-height: 50px;
        background: #fff;
        margin-top: 10px;
    }

    .main .prod-m .prod-pagi .swiper-wrapper .swiper-slide {
        width: 33%
    }

    .main .prod-m .prod-pagi .swiper-wrapper .swiper-slide a {
        width: 100%;
        height: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        line-height: 50px;
        text-align: center;
        box-sizing: border-box;
        padding: 0 .16rem;
        font-size: 16px;
    }

    .main .prod-m .prod-pagi .swiper-wrapper .select a {
        font-size: 14px;
        font-weight: bold;
        position: relative;
        color: #D40902
    }

    .main .prod-m .prod-pagi .swiper-wrapper .select a::after {
        content: "";
        width: 1.6rem;
        height: .053333rem;
        background: #D40902;
        position: absolute;
        bottom: .16rem;
        left: calc(50% - .8rem)
    }

    .main .prod-m .product-swiper {
        overflow: hidden;
        padding-bottom: .8rem;
        margin-bottom: .533333rem;
        background: #fff
    }

    .main .prod-m .product-swiper .swiper-wrapper .swiper-slide {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding: 0 15px
    }

    .main .prod-m .product-swiper .swiper-wrapper .swiper-slide .prod-item {
        width: calc(50% - .266667rem);
        margin-right: .533333rem;
        border-radius: .133333rem;
        overflow: hidden;
        box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.08);
        margin-top: .533333rem
    }

    .main .prod-m .product-swiper .swiper-wrapper .swiper-slide .prod-item a {
        display: block;
        background: #fff
    }

    .main .prod-m .product-swiper .swiper-wrapper .swiper-slide .prod-item a img {
        width: 100%;

    }

    .main .prod-m .product-swiper .swiper-wrapper .swiper-slide .prod-item a .name {
        font-size: 14px;
        line-height: 1.333333rem;
        color: #343434;
        box-sizing: border-box;
        padding: 0 .213333rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .main .prod-m .product-swiper .swiper-wrapper .swiper-slide .prod-item:nth-child(2n) {
        margin-right: 0
    }

    .main .about .about-item .about-con {
        padding: 20px
    }
    .main .about .about-item .about-con .name{
        color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 10px auto 10px;
    }
    .main .about .about-item .about-con .btn{
        color: #fff;
    font-size: 14px;
    border-radius: 25px;
    border: #fff solid 1px;
    padding: 8px 28px;
    margin-top: 20px;
    margin: 0 auto;
    }
.main .about .about-item .about-con .cont{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 10px 0px;
}
        .main .case .case-bot .title-s{
            margin-top: 30px;
        }
    .main .case .case-bot .title-s .main-name {
        font-size: 24px
    }

    .main .case .case-bot .title-s .sub-name {
            font-size: 17px;
            line-height: 36px;
    }

    .main .case .case-intro-box {
        margin: 0
    }


    .main .case .case-intro-box .case-title .case-bot-cont .name {
        color: #424242;
        font-size: 20px;
        font-weight: 700
    }

    .main .case .case-intro-box .case-title .case-bot-cont .sub-name {
        display: block;
        color: #666;
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px;
        text-transform: uppercase
    }
}